NodeNamedChildren

A range the iterates over the node named children.

See also [Node::children].

Constructors

this
this(Node parent, TreeCursor* cursor)

create a NodeNamedChildren for the given node and cursor

Members

Functions

empty
auto empty()

Is it the end?

front
auto front()

Get the current child NOTE Do not call this twice in a row without calling popFront and empty in between!

popFront
void popFront()

go to the next child

Meta